home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Complete Mac Interactive
/
Macworld Complete Mac Interactive CD)(1994).iso
/
The Best of BMUG
/
Telecom
/
Terminal Programs
/
FirstClass® Client 2.51
/
Scripts
/
Sprintnet.fcl
< prev
Wrap
Text File
|
1993-12-11
|
393b
|
22 lines
SEND "AT&F2\r"
WAITFOR "OK" -t300
SEND "ATS0=0S7=60S10=50M1V1E0X4&D2&C1\\V1\\N6\\Q3\r"
WAITFOR "OK" -t300
SEND "ATDT9,5941121\r"
WAITFOR "CONNECT" -t3600
DELAY 120
SEND "@"
DELAY 20
SEND "D"
DELAY 20
SEND "\r"
WAITFOR "TERMINAL=" -t3600
DELAY 20
SEND "D1\r"
WAITFOR "@" -t300
SEND "C your address here,xxx\r"
WAITFOR "PASSWORD" -t300
SEND "your password here\r"
WAITFOR "CONNECT" -t3600